Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add edge observability #713

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

feat: Add edge observability #713

wants to merge 10 commits into from

Conversation

chriswk
Copy link
Member

@chriswk chriswk commented Feb 5, 2025

No description provided.

@chriswk chriswk requested a review from sighphyre February 5, 2025 15:03
@chriswk chriswk self-assigned this Feb 5, 2025
Copy link

github-actions bot commented Feb 5, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

@chriswk chriswk force-pushed the feat/edgeObservability branch from 6e19fe1 to 466eba7 Compare February 5, 2025 15:04
@chriswk chriswk changed the title More work for dealing with prometheus data feat: Add edge observability Feb 5, 2025
@chriswk chriswk marked this pull request as ready for review February 10, 2025 08:32
Comment on lines +124 to +127
.with_boundaries(vec![
1.0, 5.0, 10.0, 20.0, 30.0, 40.0, 50.0, 100.0, 200.0, 300.0, 400.0, 500.0, 750.0,
1000.0, 1500.0, 2000.0,
])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one used 0.0 as its first bucket, which since we're operating with time, we don't have negative numbers.

Draft state:
get latency for own endpoints from prometheus
get latency for upstream endpoints from prometheus
get process stats from prometheus
instantiate on startup
@chriswk chriswk force-pushed the feat/edgeObservability branch from 337e957 to e064c77 Compare February 10, 2025 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant